Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync Rundeck profile from LDAP user attributes for official docker image #4995

Merged
merged 2 commits into from Jul 16, 2019

Conversation

ltamaster
Copy link
Contributor

Is this a bugfix, or an enhancement? Please describe.
enhancement: exposing sync Rundeck profile from LDAP user attributes for official docker image.

Describe the solution you've implemented
Adding the following environment variables:

  • RUNDECK_JAAS_LDAP_USERLASTNAMEATTRIBUTE
  • RUNDECK_JAAS_LDAP_USERFIRSTNAMEATTRIBUTE
  • RUNDECK_JAAS_LDAP_USEREMAILATTRIBUTE
  • RUNDECK_SECURITY_SYNCLDAPUSER

Describe alternatives you've considered

Additional context

Example:

Screenshot 2019-06-25 20 19 49

@ltamaster ltamaster requested a review from ProTip June 26, 2019 00:22
@@ -54,3 +54,7 @@ rundeck.feature.repository.enabled={{ getv("/rundeck/feature/repository/enabled"
{% set enabled = printf("/rundeck/features/%s/enabled", c) -%}
rundeck.features.{{ c }}.enabled={{ getv(enabled, "false") }}
{% endfor %}

{% if exists("/rundeck/security/syncldapuser") %}
rundeck.security.syncLdapUser={{ getv("/rundeck/security/syncldapuser") }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might be better group up with/after the other security settings?

@ProTip
Copy link
Contributor

ProTip commented Jun 26, 2019

LGTM pending one nit 😄

@ltamaster ltamaster requested a review from ProTip July 2, 2019 14:43
@ltamaster ltamaster added this to the 3.1.0-RC2 milestone Jul 15, 2019
@gschueler gschueler merged commit 0c65649 into master Jul 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants